www.gusucode.com > WSTMall PHP网店系统 v1.6.0PHP源码程序 > WSTMall PHP网店系统 v1.6.0/wstmall_v1.6.0_160506/wstmall_v1.6.0_160506/Apps/Home/Conf/config.php

    <?php
return array(
	//'配置项'=>'配置值'
	define('WEB_HOST', WSTDomain()),
	/*微信支付配置*/
	'WxPayConf'=>array(
		'NOTIFY_URL' =>  WEB_HOST.'/Wstapi/payment/notify_weixin.php',
		'CURL_TIMEOUT' => 30
	)
);